home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / PostScript / Pencil / Source / English.lproj / Pencil.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.1 KB  |  86 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     alignThreePoints:;
  4.     insertThreePoints:;
  5.     makeStandardGroup:;
  6.     ungroup:;
  7.     deselectAll:;
  8.     makeClipGroup:;
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. PencilView = {
  13.     ACTIONS = {
  14.     insertThreePoints:;
  15.     makeClipGroup:;
  16.     scroll:;
  17.     deleteGraphic:;
  18.     copyAsPostScript:;
  19.     insertNextPoint:;
  20.     saveAs:;
  21.     toFront:;
  22.     makeStandardGroup:;
  23.     changeScale:;
  24.     insertPoint:;
  25.     alignThreePoints:;
  26.     importImage:;
  27.     deletePoint:;
  28.     ungroup:;
  29.     selectAll:;
  30.     deselectAll:;
  31.     toBack:;
  32.     };
  33.     OUTLETS = {
  34.     currentGraphic;
  35.     inspector;
  36.     scrollFactor;
  37.     glist;
  38.     };
  39.     SUPERCLASS = View;
  40. };
  41. PencilInspector = {
  42.     ACTIONS = {
  43.     print:;
  44.     executeCustom:;
  45.     open:;
  46.     insertNextPoint:;
  47.     doChange:;
  48.     copyAsPostScript:;
  49.     save:;
  50.     saveAs:;
  51.     toFront:;
  52.     registerAsTCLServer:;
  53.     importImage:;
  54.     insertPoint:;
  55.     deletePoint:;
  56.     new:;
  57.     takeNew:;
  58.     toCharP:;
  59.     clearUserDef:;
  60.     toBack:;
  61.     setDrawOutlines:;
  62.     deleteGraphic:;
  63.     };
  64.     OUTLETS = {
  65.     customPS;
  66.     sField;
  67.     cType;
  68.     pathPopUp;
  69.     special;
  70.     drawPopUp;
  71.     methodname;
  72.     aField;
  73.     fillPopUp;
  74.     view;
  75.     TCLconn;
  76.     strokemethod;
  77.     strokePopUp;
  78.     color2;
  79.     drawmethod;
  80.     linewidth;
  81.     fillmethod;
  82.     color1;
  83.     };
  84.     SUPERCLASS = Object;
  85. };
  86.